feat: Bump eslint to v10#6552
Draft
davidkna-sap wants to merge 9 commits intomainfrom
Draft
Conversation
Bumps [eslint](https://github.com/eslint/eslint) from 9.39.4 to 10.2.1. - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.39.4...v10.2.1) --- updated-dependencies: - dependency-name: eslint dependency-version: 10.2.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Copilot <copilot@github.com>
marikaner
requested changes
May 8, 2026
Contributor
marikaner
left a comment
There was a problem hiding this comment.
Just one question, not sure if it was forgotten or whether we accept removing this rule for the classic config.
Comment on lines
-38
to
-49
| 'regex/invalid': [ | ||
| 'error', | ||
| [ | ||
| { | ||
| id: 'regexLowerCaseInternal', | ||
| // eslint-disable-next-line regex/invalid | ||
| regex: '\\@Internal', | ||
| // eslint-disable-next-line regex/invalid | ||
| message: 'You are not allowed to use @Internal. Please use @internal.' | ||
| } | ||
| ] | ||
| ], |
Contributor
There was a problem hiding this comment.
[q/req] There is no replacement for this one?
Member
Author
There was a problem hiding this comment.
It's limited to the flat configuration now, I will recheck if I can preserve compatibility.
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
Member
Author
There was a problem hiding this comment.
I did not find an external replacement, but the rule is still present in both the project's local and the shared flat eslint configurations.
* origin/main: (26 commits) chore: Resolve audit warnings (#6557) chore: Fix windows tests (#6568) chore(deps-dev): bump turbo from 2.9.7 to 2.9.8 (#6574) chore(deps): bump axios from 1.15.2 to 1.16.0 (#6571) chore(deps-dev): bump pm2 from 6.0.14 to 7.0.1 (#6572) chore(deps): bump bignumber.js from 11.1.0 to 11.1.1 (#6570) chore(deps-dev): bump globals from 17.5.0 to 17.6.0 (#6567) chore(deps-dev): bump turbo from 2.9.6 to 2.9.7 (#6566) chore(deps): bump bignumber.js from 11.0.0 to 11.1.0 (#6562) chore(deps): bump nock from 14.0.13 to 14.0.14 (#6563) chore(deps-dev): bump @cap-js/sqlite from 2.2.1 to 2.4.0 (#6561) chore(deps): bump @typescript-eslint/parser from 8.59.0 to 8.59.1 (#6560) chore(deps-dev): bump @sap/cds from 9.9.0 to 9.9.1 (#6559) chore(deps): bump typescript-eslint from 8.59.0 to 8.59.1 (#6558) chore(pnpm): Enable shell-emulator: true (#6545) chore(ci/setup): add `skip-build` option (#6556) chore(deps): bump @actions/core from 3.0.0 to 3.0.1 (#6538) chore(deps): bump @actions/github from 9.1.0 to 9.1.1 (#6555) chore(deps): bump memfs from 4.57.1 to 4.57.2 (#6554) chore(deps-dev): bump @types/node from 22.19.15 to 22.19.17 (#6553) ...
This reverts commit 8cafef4.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #6547